|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.desktop.projects.core.internals.VoiceResource
org.eclipse.vtp.desktop.projects.core.internals.MediaResource
org.eclipse.vtp.desktop.projects.core.internals.MediaFile
org.eclipse.vtp.desktop.projects.voice.internals.AudioFile
public class AudioFile
This is a concrete implementation of IAudioFile and
provides the default behavior of that interface.
| Constructor Summary | |
|---|---|
AudioFile(IMediaContainer container,
org.eclipse.core.resources.IFile file)
Creates a new AudioFile with the given parent container
and eclipse file resource. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlternateText()
|
void |
setAlternateText(java.lang.String alternateText)
Sets the alternate text associated with this audio file to the given value. |
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.MediaFile |
|---|
getUnderlyingFile, length, open |
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.MediaResource |
|---|
delete, exists, getMediaPath, getName, getObjectId, getParent, getParentMediaContainer |
| Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.VoiceResource |
|---|
addRefreshListener, deferEvents, finalize, getAdapter, getProject, processObjectEvent, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IMediaFile |
|---|
length, open |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IMediaResource |
|---|
delete, exists, getMediaPath, getParentMediaContainer |
| Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource |
|---|
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Constructor Detail |
|---|
public AudioFile(IMediaContainer container,
org.eclipse.core.resources.IFile file)
AudioFile with the given parent container
and eclipse file resource.
container - The parent containerfile - The eclipse resource represented by this audio file| Method Detail |
|---|
public java.lang.String getAlternateText()
getAlternateText in interface IAudioFilepublic void setAlternateText(java.lang.String alternateText)
IAudioFile
setAlternateText in interface IAudioFilealternateText - The new alternate text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||